home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fftlib / fft_show_proc.c < prev    next >
Encoding:
Text File  |  1989-12-14  |  136 b   |  9 lines

  1. /*
  2. ### procedure for displaying Fourier spectra ###
  3. */
  4.  
  5. void fft_show_proc()
  6. {
  7.     system_mess_proc(1,"Not yet implemented. Bug Swan.");
  8. }
  9.